home *** CD-ROM | disk | FTP | other *** search
/ Photo CD Demo 1 / Demo.bin / hdf / mac / h10srcst.hqx / Source / HyperHell Source / HCard Dev. Toolkit / XCMD Stacks / Video / card_2682.txt < prev    next >
Encoding:
Text File  |  1989-02-05  |  1.5 KB  |  43 lines

  1. -- card: 2682 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2124
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=412 top=250 right=272 bottom=447
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 29484 / 29484
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual scroll left
  23.   go next
  24. end mouseUp
  25.  
  26.  
  27.  
  28. -- part contents for background part 4
  29. ----- text -----
  30. Videodisc commands from HyperTalk
  31.  
  32. -- part contents for background part 1
  33. ----- text -----
  34. The commands that control videodisc machines are actually commands in HyperTalk scripts.  Use the button tool to double-click on one of the buttons on the previous cards.  Click script to see how these commands are used.  On the next two cards are all variations on the Video command.  You can put many of these into the message box (command-Drag) and press Return to try it out.  (If you need to change the brand of machine, see "Setting the brand of Videodisc player.")
  35.  
  36. Video Play            -- plays at normal speed (30 frames per second)
  37. Video Search, 12345       -- jump to frame number 12345
  38. Video Search,message   -- jump to the frame whose number is in 
  39.                                                         the message box
  40. Video Step             -- steps 1 frame forward
  41. Video Step, Reverse    -- steps 1 frame backwards
  42. Video Slow            -- plays 1/16th normal speed (2 fr./sec.)
  43.